#HTML <fencedframe>
Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.
#Attributes
allow
Experimental : Specifies a Permissions Policy for the<fencedframe>
, which defines what features are available to the<fencedframe>
based on the origin of the request. See Permissions policies available to fenced frames for more details of which features can be controlled via a policy set on a fenced frame.height
Experimental : A unitless integer representing the height of the fenced frame in CSS pixels. The default is150
.width
Experimental : A unitless integer representing the width of the fenced frame in CSS pixels. The default is300
.